| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Show number of unread conversations in app badgenotifs-controls | Kit La Touche | 2025-11-30 |
| | | |||
| * | Move container divs for components into those components. | Owen Jacobson | 2025-07-08 |
| | | | | | | | The styles for the `MessageInput` and `CreateConversationForm` components assume that the container div will be present, and the components will not render as intended without them. Therefore: they are "part of" the component in most of the ways that matter, not part of the context in which the component is used. Moving the divs into the component will make it easier to reuse these components (for example, in swatches). The diff for this looks worse than it is because of indentation changes. | ||
| * | Rename "channel" to "conversation" throughout the client. | Owen Jacobson | 2025-07-03 |
| | | | | | Existing client state, stored in local storage, is migrated to new keys (that mention "conversation" instead of "channel" where appropriate) the first time the client loads. | ||
| * | Move the `/ch` channel view to `/c` (for conversation). | Owen Jacobson | 2025-07-03 |
